textview: API: change gtk_text_layout_draw() to take a cairo_t
authorBenjamin Otte <otte@redhat.com>
Sun, 15 Aug 2010 17:41:51 +0000 (19:41 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 26 Sep 2010 13:03:01 +0000 (15:03 +0200)
commit331999d84db1dfaa14a00a1dc423be12dc33e9a9
tree987fe4783403bb839b0a2cd2750b829d436ba4eb
parentac48f2330df7b367e5afc12947bf9de8d10b3a89
textview: API: change gtk_text_layout_draw() to take a cairo_t

This simplifies the API a lot and allows more magic to happen later.
gtk/gtktextdisplay.c
gtk/gtktextdisplay.h
gtk/gtktextutil.c
gtk/gtktextview.c